home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_131 / PlaceObject2_268_25 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2005-08-04  |  226 b   |  17 lines

  1. onClipEvent(load){
  2.    speed = 7;
  3.    done = "";
  4.    stop = "";
  5.    xhome = this._x;
  6.    distance = 300;
  7.    rand = random(2);
  8.    if(rand == 1)
  9.    {
  10.       xmov = speed;
  11.    }
  12.    else
  13.    {
  14.       xmov = - speed;
  15.    }
  16. }
  17.